Add an Execute SQL task that includes a DROP TABLE command and have it execute before your data copy task.
If you're using a Data Transformation task, you can tell it to create the table before importing. If you're using a task that doesn't offer the table create option, add a CREATE TABLE command to the Execute SQL task.
Greg