You have to provide sender ID when you register your app/device for GCM. The RegID that you get back is associated with the sender, somewhere deep in Google's data. So that when the server pushes messages, Google's system can track back their authentication to the sender, and make sure that the app and the server really belong to the same entity.
Sure. Just reuse the authentication header.
You need a Google account to get access to the Google API console. Google needs a way to identify and authenticate you, an account owner, so that other people cannot play with your GCM settings.
EDIT: this is not official, but they claim the phone needs a Google account associated with it because GCM uses GTalk internally.