• Please refer the link on CREATE TABLE :- http://msdn.microsoft.com/en-us/library/ms174979.aspx

    --------------------------------------------------------------------

    Copying the permissions section from the link for easy reference

    Permissions:-

    Requires CREATE TABLE permission in the database and ALTER permission on the schema in which the table is being created.

    ----------------------------------

    Means you should grant the following too

    GRANT ALTER ON SCHEMA::dbo TO test1.