Yes, you can create the missing table in Accumulo using sqoop. I am guessing you are using the following command:
$ sqoop import <parameters> --accumulo-table <table>
All you have to do is add another switch to this command:
$ sqoop import <parameters> --accumulo-table <table> --accumulo-create-table