How to add script to scene?

I am trying to follow this video tutorial - 4 05 assets scenes on Vimeo and I am getting stuck at 5:00 minute mark. My problem is that when I try to double click the scenes I created it doesn’t show correctly in the inspector console. I get an “open” button on the inspector console but when I click open nothing happens. Additionally I am unable to add any scripts to my scene by dragging and dropping them on their respective scene like the tutorial shows. I am currently running Unity version 4.0.0f7 so that may be part of the problem but for some reason I can’t figure out another way around achieving this. Attachment added of how my inspector console looks when my scene is highlighted (double-clicked).

Please help[6075-unity+problem.png|6075]

Two things that may help.

  1. You can see what scene is open by looking at the top of the window. It will say “Unity - SCENENAME”.
    You cut it off in your image, so not absolutely sure that you have it open.

  2. you’re not putting scripts in the scene. You’re putting scripts on objects in the scene. On the camera to be exact in this tutorial.

Good luck.