Case is important in python. As stated in the documentation (https://flask-sqlalchemy.readthedocs.io/en/stable/quickstart/) you should write this exact case:
from flask_sqlalchemy import SQLAlchemy
(no uppercase in the from part)