1.Log into the cpanel >> phpmyadmin
2.Before creating the table,create the database
3.Type the name, select the number of fields and click the Go button. You will then be taken to a setup screen where you should create the fields for the database.
4.Run a mysql queary which will create a table
CREATE TABLE tablename (
Fields
)