To score a model using features from a feature store table in Databricks, first, retrieve the required features from the feature store table using the feature store API. Then, transform the new data to match the schema of the features in the feature store table. Finally, use the trained model to make predictions on the transformed data.