I had a similar issue with installing SciPy in Pycharm and I solved it by downloading scipy as an exe file for my python version from sourceforge:
http://sourceforge.net/projects/scipy/files/scipy/
Now I can see scipy in my project interpreter and use it without errors.