How do I use the 3rd person camera without the controller? [SOLVED]

I’m making a space game and I want to use the 3rd person camera that comes with unity, but I’m using a spaceship controller found here: Unity Spaceship Tutorial – Stopsecret Design
When I try to use the 3rd person camera it says ‘Please assign a target to the camera that has a ThirdPersonController script attached’
Is there a way to use the camera without the controller?

EDIT: using wow camera movement now, it’s a good alternative

The Third Person Camera script would need to be rewritten before it could be used without a Third Person Controller. Would the standard Smooth Follow or Smooth LookAt scripts work for you? And there is an enhanced version of Smooth Follow here:

http://wiki.unity3d.com/index.php/SmoothFollowAdvanced