rmoscoso,
There are no explicit functions for adding a column to a table built into the SQL toolkit (as it is mainly used for talking with a database and not editing an already created database) but you should be able to simply execute SQL statements directly (through DBNewSQLStatement and DBActivateSQL). This is a way to give explicit SQL statements to your database, using strict SQL.