You haven't run manage.py makemigrations customuser to create the migrations for your CustomUser app.
manage.py makemigrations customuser
Also, you haven't run any of the existing migrations - you should do manage.py migrate.
manage.py migrate